home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / nospace.zip / NOSPACE.DOC < prev    next >
Text File  |  1993-01-04  |  400b  |  8 lines

  1. This program checks to see how much free disc space exists on your hard disk.
  2. If the amount is less than the parameter specified, it will issue a warning
  3. message.  Great for new users to prevent getting a "disk full" error message.
  4. I just put it in their autoexec.bat file.  The syntax is 
  5.  
  6.                  nospace <drive>: <disk space in bytes>
  7.                  Example: nospace c: 3000000
  8.